home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 6⁄15⁄90 / 1440-PostCommand-Jun90 < prev    next >
Encoding:
Text File  |  1990-06-15  |  825 b   |  27 lines  |  [TEXT/GEOL]

  1. Item    7732824                         13-June-90        08:06PDT
  2.  
  3. From:   A14                             Carnegie Mellon, Rob Chandok,PRA
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    PostCommand
  8.  
  9. In 2.0 final: I think PostCommand should have checks for NIL and gNoChanges, so
  10. that code to Post a command is cleaner to write (besides, it would be more
  11. robust).  You don't want to post either of these.  I would like to write (in a
  12. doChoice method):
  13.  
  14. PostCommand(DoMenuCommand(foo));
  15.  
  16. But sometimes DoMenuCommand can return gNoChanges.
  17.  
  18.  
  19. Also, I also have had my sahre of surprises with views that are not shown doing
  20. things (like drawing).  Any comment on what the right set of fixes are from the
  21. MacApp folks at Apple?  Please?
  22.  
  23. Rob
  24.  
  25. ps: I *love* having the functionality of PostCommand!
  26.  
  27.